-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close any open flyouts when changing view mode of the dashboard #6923
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6923 +/- ##
==========================================
- Coverage 67.45% 67.45% -0.01%
==========================================
Files 3448 3448
Lines 67964 67970 +6
Branches 11057 11058 +1
==========================================
+ Hits 45845 45849 +4
- Misses 19446 19448 +2
Partials 2673 2673
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AMoo-Miki can you add a test for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holding off accidentally merging it without a test
Signed-off-by: Miki <miki@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for adding the tests :)
Nit: Lets add a readme here for these overlay's and other core API's so that they show up in the developer docs
Description
Adds a mechanism to close an active "service" flyout and employs that in the Dashboard editing flow.
Changelog
Check List
yarn test:jest
yarn test:jest_integration